home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / intro.dir / 00008_Script_play button < prev    next >
Text File  |  1996-10-01  |  202b  |  9 lines

  1. on mouseDown
  2.   put the clickon into tWhichSPrite
  3.   buttonscript tWhichSprite
  4.   if rollover(tWhichSPrite) then
  5.     playsoundeffect "dinosnd", "jigsaw.aif"
  6.     go to movie "jigsaw"
  7.   end if
  8.   
  9. end